/*
    Archivo de estilos personalizados "custom.css".
    No se sube al repositorio.
*/

/* Azul #006FB3 */
/* Azul Claro #5E4286 */
/* Azul Muy Claro #AC94CD */
/* Dual Ring/Border Active #5E4286 */

body {
    --custom-font-family: Montserrat, Lato, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--custom-font-family);
}

b {
    font-weight: 600;
}

h1.text-white.text-shadow.view-title {
    color: #0A132D !important;
}

.tooltip {
    font-family: var(--custom-font-family);
}
.popover {
    font-family: var(--custom-font-family);
}

.navbar{
    background-color: #0A132D;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.navbar::after {
    height: 0;
}

.navbar-nav .nav-link {
    color: #fff !important;
    border-radius: 12px;
    text-decoration: underline !important;
}

.navbar-nav .nav-link:hover{
    font-weight: normal  !important;
}
.navbar-nav .nav-link:not(.nav-custom-content):hover{
    color: #006FB3 !important;
    font-weight: normal !important;
    height: 100%;
}
.navbar-nav .nav-link:not(.nav-custom-content).active {
    color: #fff !important;
    font-weight: normal !important;
    height: 100%;
    background: #006FB3;
}

/* .navbar-nav .nav-link:not(.nav-custom-content):hover{
    background: #F5F5F5;
} */

.navbar-toggler{
    border-radius: 4px;  
}
.navbar-toggler:hover{
    background-color: #0362b12b;
}
.navbar-toggler:focus{
    background-color: #0362b1;
    color: white;
}
.navbar-visualizations{
    background-color: transparent;
}
.navbar-visualizations .nav-link{
    color: #fafafa !important;
}
.navbar-visualizations .nav-link:hover, .navbar-visualizations .nav-link.active {
    color: white !important;
    height: 100%;
}

/* #login_btn {
    background: linear-gradient(to bottom, #cd303e 0%, #d23c70 100%) !important;
} */

nav.main-nav .btn-group .btn-custom-white {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #0A132D;
    border: solid 1px #fff;
    border-radius: 0;
}

nav.main-nav .btn-group .btn-custom-white span {
    display: none;
}

nav.main-nav .btn-group .btn-custom-white::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #fff;
    content: "\f007" !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    position: absolute;
    left: 3px;
    top: -6px;
    width: 19px;
    line-height: 35px;
    height: 35px;

}

.btn-custom-white {
    color: #006FB3;
}

.page-title {
    color: #006FB3;
    font-weight: 500 !important;
}

.btn-custom-color {
    color:#006FB3;
    background-color: #fff;
    border-color:#006FB3;
    border-radius: 0;
    box-shadow: none;
    text-decoration: underline;
}

.btn-custom-color .circular-button-text {
    display: block;
}

.btn-custom-color .circular-button-icon {
    display: none;
}

.btn-custom-color:hover{
    color:#fff;
    background-color:#006FB3;
    border-color:#006FB3;
}

.btn-custom-color:hover .circular-button-text {
    display: inline-block;
    text-decoration: underline;
}
.btn-custom-color.focus,.btn-custom-color:focus {
    color:#fff;
    background-color:#006FB3;
    border-color:#006FB3;
}

.btn-custom-color.disabled,.btn-custom-color:disabled{
    color:#fff;
    background-color:#006FB3;
    border-color:#006FB3
}
.btn-custom-color:not(:disabled):not(.disabled).active,.btn-custom-color:not(:disabled):not(.disabled):active,.show>.btn-custom-color.dropdown-toggle{
    color:#fff;
    background-color:#AC94CD80;
    border-color:#AC94CD80;
}

.btn-custom-color:not(:disabled):not(.disabled).active:focus,.btn-custom-color:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-color.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}

#edit-mode-wrapper .edit-mode-btn {
    top: 7px;
    right: 15px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

#edit-mode-wrapper .edit-mode-btn:hover {
    width: 36px;
}

.btn-custom-color-out {
    width: auto;
    height: 36px;
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
    border-radius: 0;
    box-shadow: none;
    text-decoration: underline;
}

.btn-custom-color-out .circular-button-text {
    display: block;
    max-width: 100vw;
    padding-left: 0px;
    opacity: 1;
    padding-left: 5px;
}

.btn-custom-color-out:hover {
    color: #fff !important;
    text-decoration: underline;
    background-color: #00578d;
}

.btn-custom-color-out .circular-button-icon {
    display: none;
}

.btn-custom-color:not(:disabled):not(.disabled).active, .btn-custom-color:not(:disabled):not(.disabled):active, .show>.btn-custom-color.dropdown-toggle {
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
}
.btn-custom-color.focus, .btn-custom-color:focus {
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

.btn-primary {
    background-color: #006FB3;
    border-color: #006FB3;
}

#edit-mode-wrapper .edit-mode-btn{
    width: auto;
}

#edit-mode-wrapper:hover .edit-mode-btn{
    width: auto;
}

#crearEntidadDesktop button {
    margin-right: 10px;
    padding: 0px 17px;
    border-radius: 0;
    border-radius: 1.25rem;
    border-color: #FB3C30;
    color: #fff;
    background-color:#FB3C30;
    font-size: 1rem;
    font-weight: 300 !important;
}

/* #crearEntidadDesktop button b {
    font-weight: normal !important;
} */

#crearEntidadDesktop button:hover {
    color: #fff;
    background-color: #c03026;
    border-color: #c03026;
    text-decoration: underline;
}

.text-custom {
    color: #006FB3;
}

.handsontable .htFiltersActive .changeType {
    background-color: #5E4286;
}

.handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight {
    background-color: #003ec824;
}

.btn-custom-search{
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
}

.searchResult {
    background-color: #5E4286 !important;
    color: white !important;
}

.btn-custom-add-nxn {
    width: 100%;
    background-color: #5E4286;
}

.btn-custom-add-nxn:hover {
    color: white;
    background-color: #AC94CD;
}
.loader-container{
    color:#262626;
    background: #fff;
}
.loader-container-transparent{
    color:#262626;
    background: #ffffff80;
}
.lds-dual-ring:before {
    border: 6px solid #006FB3;
    border-color: #5E4286 #5E4286 #006FB3 #5E4286;
}

.lds-dual-ring-sm:after {
    border: 3px solid #006FB3;
    border-color: #5E4286 #5E4286 #006FB3 #5E4286;
}

.lds-dual-ring-small:after {
    border: 2px solid #006FB3;
    border-color: #5E4286 #5E4286 #006FB3 #5E4286;
}

.entity-form.form-dynamic h4{
    color: #006FB3;
}

.text-custom-coderhub {
    color: #006FB3;
}

.form-control {
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    line-height: 10px;
    font-size: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    line-height: 20px;
}

.bg-dark{
    background-color: #0a132d !important;
}

.text-color-blue,
.fa-color-blue{
    color:#0063af;
}
.text-color-dark-blue,
.fa-color-dark-blue{
    color:#263a63;
}
.text-color-red,
.fa-color-red{
    color:#e73439;
}
.text-color-orange,
.fa-color-orange{
    color:#f7931e;
}
.text-color-green,
.fa-color-green{
    color:#8cc63f;
}

.auth-card {
    border-radius: 12px;
}


.table-wrapper .left-panel-section {
    display: none;
    background: #ffffff;
    background-image: -moz-linear-gradient(141deg, #006FB3, #1F3BA0, #9747FF);
    background-image: -webkit-linear-gradient(141deg, #006FB3, #1F3BA0, #9747FF);
    background-image: linear-gradient(141deg, #006FB3, #1F3BA0, #9747FF);
}

.table-wrapper .left-panel-section .left-panel-header .icon,
.table-wrapper .left-panel-section .left-panel-header .title,
.table-wrapper .left-panel-section label {
    color: #fff;
}

.table-wrapper .left-panel-section .collapsible-botton-groups {
    border-bottom: 1px solid #4540c1;
}

#crearEntidadDesktop button {
    font-size: 0.975rem;
}

input.search-in-table{
    border: 1px solid #006FB3;
}

.row-drill-down-cell-button:has(.fa-minus){
    border-color: #006FB3;
}
.row-drill-down-cell-button .fa-minus {
    color: #006FB3;
}
.row-drill-down-cell-button:has(.fa-plus){
    border-color: #ac94cd;
}
.row-drill-down-cell-button .fa-plus {
    color: #ac94cd;
}

/* pagination */
.page-link{
    color: #5E4286;
}
.page-item.active .page-link {
    background-color: #5E4286;
    border-color: #5E4286;
}
.page-link:hover{
    color:#006FB3;
}

/* Multi Entity Type */
.multi_entity_type_btn.active{
    color: #5E4286;
}

.page-header::before {
    background-color: #ffffff;
}
.page-header-container {
    box-shadow: none;
}

#orchestrator .not-is-poll .sheets-actions-container{
    margin-top: 25px;
    margin-bottom: 25px;
}

#orchestrator .not-is-poll h3.sheets-form-title {
    font-size: 1.75rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    border-radius: 0;
}

.dropdown-toggle::after {
    color: #fff !important;
}

.dropdown-menu {
    background-color: #006FB3;
}

.dropdown-item {
    color: #fff;
    text-decoration: underline;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #0A132D;
}


.table-wrapper .left-panel-section {
    background-image: linear-gradient(141deg, #0A132D, #0A132D, #0A132D);
}

.dropdown-custom .dropdown-menu {
    color: #006FB3;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    background-color: #006FB3;
}

.dropdown-custom .dropdown-menu .dropdown-item {
    background-color: #006FB3;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.dropdown-custom .dropdown-menu .dropdown-item:hover {
    background-color: #0A132D;
}

.table-wrapper .left-panel-section .collapsible-botton-groups {
    border-bottom: 1px solid #fff;
}
